home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 March / EnigmA AMIGA RUN 25 (1997)(G.R. Edizioni)(IT)[!][issue 1998-03].iso / shape-files / shapedisk02.ssf / Tools / CornerClock 1.6 / CornerClock ReadMe < prev   
Text File  |  1997-03-14  |  2KB  |  50 lines

  1. CornerClock v1.7
  2. by Bill Catambay
  3.  
  4. Changes since v1.6:
  5.  
  6. - Added a new clock style for black on white
  7. - Added a new option to Preferences for clock style
  8.  
  9. Changes since v1.5:
  10.  
  11. - Created a Preferences dialog for handling all default values
  12. - Added a choice for chiming once, or chiming number of hours
  13.  
  14. Changes since v1.2:
  15.  
  16. - Added a File menu item for choosing the default display (date or time).
  17. - Chime and default display selections are now saved in a Preference file.
  18. - Application now handles an AEQuit so that it properly exits when asked to quit from another app.
  19.  
  20. Changes since v1.1:
  21.  
  22. - Added a toggle under the File menu for disabling the chime.
  23.  
  24. --------
  25. CornerClock is a pascal program based upon Masafumi Ueda's MBarClock C program.
  26.  
  27. MBarClock was a program which displayed the time or date in the menu bar to the left
  28. of the Apple menu.  CornerClock uses that same feature, and adds new features.  
  29.  
  30. I converted Masafumi's MBarClock from C to Pascal, and then began forging it into 
  31. a chime replacement program.  Currently, if you have long chimes activated with your
  32. clock which comes with system 7.5, you may experience a very annoying distorted
  33. sound which interrupts your chime.  This is a known bug with the system, as it does not
  34. appear to lock the sound handle when it plays it (it should lock it because it plays it
  35. asynchronously).  CornerClock plays the hourly chime asynchronously, but locks the
  36. handle so you get a smooth play.
  37.  
  38. CornerClock will play a grandfather clock chime on the hour (3 chimes as 3:00, 4 at 4:00, etc.).
  39.  
  40. When you place the cursor over the time, it will change to the date for 2 seconds, then change back
  41. to the time (same feature in MBarClock except now there is sound).  I've also added some menus
  42. to CornerClock so that you can toggle the date and time, and force a chime.
  43.  
  44. There are many enhancements which can be made, like changing the chime sound, changing the
  45. volume, etc., but I'm releasing it as is to provide the Pascal community with some more sample 
  46. Pascal code.  Feel free to send me any questions or notes of thanks.
  47.  
  48.  
  49. CornerClock ©Bill Catambay, 1996,  catambay@aol.com
  50. All rights reserved worldwide.